home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / rosoft / RosoftAudioToolsFree.exe / {app} / RosoftLameEncoderLimited.exe / 0 / RCDATA / TFORMROSESHELL / TFORMROSESHELL.txt < prev   
Encoding:
Text File  |  2002-03-03  |  7.8 KB  |  352 lines

  1. object FormRoseShell: TFormRoseShell
  2.   Left = 222
  3.   Top = 180
  4.   Width = 616
  5.   Height = 274
  6.   Caption = 'Rosoft MP3 Encoder'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PanelBottom: TPanel
  23.     Left = 0
  24.     Top = 130
  25.     Width = 608
  26.     Height = 103
  27.     Align = alBottom
  28.     TabOrder = 0
  29.     object RSButton1: TRSButton
  30.       Left = 1
  31.       Top = 1
  32.       Width = 606
  33.       Height = 101
  34.       Align = alClient
  35.       Picture.Data = {<image000.bmp>}
  36.       Stretch = True
  37.     end
  38.     object pbClose: TRSButton
  39.       Left = 480
  40.       Top = 43
  41.       Width = 107
  42.       Height = 25
  43.       Picture.Data = {<image001.bmp>}
  44.       Transparent = True
  45.       OnClick = pbCloseClick
  46.     end
  47.     object pbHelp: TRSButton
  48.       Left = 480
  49.       Top = 13
  50.       Width = 107
  51.       Height = 25
  52.       Picture.Data = {<image002.bmp>}
  53.       Transparent = True
  54.       OnClick = pbHelpClick
  55.     end
  56.     object Label1: TLabel
  57.       Left = 8
  58.       Top = 78
  59.       Width = 78
  60.       Height = 13
  61.       Caption = 'Output Folder'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       Transparent = True
  69.     end
  70.     object lblOutputFolder: TLabel
  71.       Left = 96
  72.       Top = 78
  73.       Width = 5
  74.       Height = 13
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       Transparent = True
  82.     end
  83.     object pbConvert: TRSButton
  84.       Left = 52
  85.       Top = 14
  86.       Width = 41
  87.       Height = 41
  88.       Hint = 'Encode th efiles in the track list'
  89.       Picture.Data = {<image003.bmp>}
  90.       Transparent = True
  91.       OnClick = pbConvertClick
  92.     end
  93.     object pbStop: TRSButton
  94.       Left = 96
  95.       Top = 14
  96.       Width = 41
  97.       Height = 41
  98.       Hint = 'Stop the encoding'
  99.       Picture.Data = {<image004.bmp>}
  100.       Transparent = True
  101.       OnClick = pbStopClick
  102.     end
  103.     object pbOPen: TRSButton
  104.       Left = 139
  105.       Top = 14
  106.       Width = 41
  107.       Height = 41
  108.       Hint = 'Add wave files to the track list'
  109.       Picture.Data = {<image005.bmp>}
  110.       Transparent = True
  111.       OnClick = pbFolderClick
  112.     end
  113.     object pbSave: TRSButton
  114.       Left = 183
  115.       Top = 14
  116.       Width = 41
  117.       Height = 41
  118.       Hint = 'Select Outpur Folder'
  119.       Picture.Data = {<image006.bmp>}
  120.       Transparent = True
  121.       OnClick = pbSaveClick
  122.     end
  123.     object pbLameOptions: TRSButton
  124.       Left = 226
  125.       Top = 14
  126.       Width = 41
  127.       Height = 41
  128.       Hint = 'Options for the Lame Encoder'
  129.       Picture.Data = {<image007.bmp>}
  130.       Transparent = True
  131.       OnClick = pbLameOptionsClick
  132.     end
  133.     object pbRemove: TRSButton
  134.       Left = 269
  135.       Top = 14
  136.       Width = 41
  137.       Height = 41
  138.       Hint = 'Remove the selected file(s) in the track list'
  139.       Picture.Data = {<image008.bmp>}
  140.       Transparent = True
  141.       OnClick = pbRemoveClick
  142.     end
  143.     object pbRemoveAll: TRSButton
  144.       Left = 313
  145.       Top = 14
  146.       Width = 41
  147.       Height = 41
  148.       Hint = 'Clear the track list'
  149.       Picture.Data = {<image009.bmp>}
  150.       Transparent = True
  151.       OnClick = pbRemoveAllClick
  152.     end
  153.   end
  154.   object lbOriginals: TListBox
  155.     Left = 0
  156.     Top = 0
  157.     Width = 608
  158.     Height = 130
  159.     Align = alClient
  160.     Color = clBlack
  161.     Font.Charset = DEFAULT_CHARSET
  162.     Font.Color = clLime
  163.     Font.Height = -11
  164.     Font.Name = 'MS Sans Serif'
  165.     Font.Style = [fsBold]
  166.     ItemHeight = 13
  167.     ParentFont = False
  168.     TabOrder = 1
  169.   end
  170.   object PCMConverter: TMMPCMConverter
  171.     Input = Trigger
  172.     Output = FRoseEnc
  173.     Quality = cqHigh
  174.     SampleRate = 44100
  175.     BitLength = b16Bit
  176.     Mode = mStereo
  177.     Required = [rpBits, rpChannels, rpSampleRate]
  178.     Left = 136
  179.     Top = 8
  180.   end
  181.   object MMDesigner1: TMMDesigner
  182.     Update = False
  183.     RuntimeHeight = -1
  184.     Left = 24
  185.     Top = 64
  186.   end
  187.   object Trigger: TMMTrigger
  188.     OnOpen = TriggerOpen
  189.     OnStop = TriggerStop
  190.     OnClose = TriggerClose
  191.     OnBufferReady = TriggerBufferReady
  192.     Input = SrcFile
  193.     Output = PCMConverter
  194.     BufferSize = 2304
  195.     Left = 88
  196.     Top = 8
  197.   end
  198.   object SrcFile: TMMWaveFile
  199.     Output = Trigger
  200.     Left = 36
  201.     Top = 8
  202.   end
  203.   object OpenDialog: TOpenDialog
  204.     HelpContext = 2100
  205.     DefaultExt = 'WAV'
  206.     Filter = 'Wave Files|*.WAV|MP3 Files|*.MP3'
  207.     Options = [ofHideReadOnly, ofShowHelp, ofAllowMultiSelect, ofEnableSizing]
  208.     Title = 'Save Media List'
  209.     Left = 72
  210.     Top = 64
  211.   end
  212.   object HiTimer: TMMHiTimer
  213.     CallBackMode = cmThread
  214.     Enabled = False
  215.     Interval = 100
  216.     OnTimer = HiTimerTimer
  217.     Priority = tpHigher
  218.     Left = 256
  219.     Top = 80
  220.   end
  221.   object FRoseEnc: TMMRoseEnc
  222.     Input = PCMConverter
  223.     Bitrate = 320
  224.     PaddingMode = 0
  225.     HelpContext = 0
  226.     DLLFile = 'rsfhgenc.dll'
  227.     InSamples = 0
  228.     LameMode = 0
  229.     LameEnableVBR = False
  230.     LameVBRQuality = 0
  231.     AllowIntensity = False
  232.     AllowMidside = False
  233.     AllowDownmix = False
  234.     StructVersion = 0
  235.     StructSize = 0
  236.     ReSampleRate = 44100
  237.     SampleRate = 44100
  238.     Mode = 0
  239.     MaxBitrate = 0
  240.     Preset = 0
  241.     MpegVersion = 0
  242.     PsyModel = 0
  243.     Emphasis = 0
  244.     WriteVBRHeader = False
  245.     EnableVBR = False
  246.     VBROn = False
  247.     VBRQuality = 0
  248.     VbrAbr_bps = 0
  249.     NoRes = False
  250.     Left = 184
  251.     Top = 8
  252.   end
  253.   object FBladeEnc: TMMMP3Encoder
  254.     Left = 184
  255.     Top = 40
  256.   end
  257.   object FLameEnc: TMMLameEnc
  258.     DLLFile = 'lame_enc.dll'
  259.     Left = 184
  260.     Top = 72
  261.   end
  262.   object MainMenu1: TMainMenu
  263.     Left = 344
  264.     Top = 72
  265.     object File1: TMenuItem
  266.       Caption = '&File'
  267.       object Open1: TMenuItem
  268.         Caption = '&Add'
  269.         ShortCut = 16449
  270.         OnClick = pbFolderClick
  271.       end
  272.       object Remove1: TMenuItem
  273.         Caption = '&Remove'
  274.         OnClick = pbRemoveClick
  275.       end
  276.       object RemoveAll1: TMenuItem
  277.         Caption = '&Remove All'
  278.         OnClick = pbRemoveAllClick
  279.       end
  280.       object Close1: TMenuItem
  281.         Caption = 'E&xit'
  282.         OnClick = Close1Click
  283.       end
  284.     end
  285.     object Edit1: TMenuItem
  286.       Caption = '&Edit'
  287.       object Record1: TMenuItem
  288.         Caption = '&Record'
  289.         ShortCut = 16466
  290.         OnClick = pbConvertClick
  291.       end
  292.     end
  293.     object Options1: TMenuItem
  294.       Caption = '&Options'
  295.       object MP3Options1: TMenuItem
  296.         Caption = '&MP3 Options'
  297.         ShortCut = 16461
  298.         OnClick = pbLameOptionsClick
  299.       end
  300.       object OutputDestination1: TMenuItem
  301.         Caption = '&Output Destination'
  302.         ShortCut = 16432
  303.         OnClick = pbSaveClick
  304.       end
  305.     end
  306.     object Help1: TMenuItem
  307.       Caption = '&Help'
  308.       ShortCut = 16449
  309.       object miAbout: TMenuItem
  310.         Caption = '&About'
  311.         OnClick = miAboutClick
  312.       end
  313.       object miIndex: TMenuItem
  314.         Caption = '&Index'
  315.         ShortCut = 16456
  316.         OnClick = pbHelpClick
  317.       end
  318.       object miRegister: TMenuItem
  319.         Caption = 'Register'
  320.         OnClick = miRegisterClick
  321.       end
  322.     end
  323.   end
  324.   object TriggerM2W: TMMTrigger
  325.     OnOpen = TriggerM2WOpen
  326.     OnStop = TriggerM2WStop
  327.     OnClose = TriggerM2WClose
  328.     OnBufferReady = TriggerM2WBufferReady
  329.     Output = PCMConverterM2W
  330.     BufferSize = 2304
  331.     Left = 312
  332.     Top = 8
  333.   end
  334.   object PCMConverterM2W: TMMPCMConverter
  335.     Input = TriggerM2W
  336.     Output = WaveFile
  337.     Quality = cqHigh
  338.     SampleRate = 44100
  339.     BitLength = b16Bit
  340.     Mode = mStereo
  341.     Required = [rpBits, rpChannels, rpSampleRate]
  342.     Left = 352
  343.     Top = 8
  344.   end
  345.   object WaveFile: TMMWaveFile
  346.     Wave.FileMustExist = False
  347.     Input = PCMConverterM2W
  348.     Left = 392
  349.     Top = 8
  350.   end
  351. end
  352.